'Declaration Public Function Concat( _ ByVal second As IObservableSource(Of T) _ ) As View(Of T)
public View<T> Concat( IObservableSource<T> second )
Parameters
- second
- A collection (usually, a view) to concatenate to this view's collection of elements.
Return Value
The view that contains first the elements of this view and then the elements of the parameter collection.